.head {
    height: 80px;
    line-height: 80px;
}

.head img {
    height: 60px;
    margin-top: 10px;
}
.head .fr{
    max-width:80% ;
}

.head div {
    height: 80px;
}

.head ul li {
    padding: 0 20px;
    box-sizing: border-box;
    height: 80px;
}

.head ul li a {
    height: 80px;
    display: block;
    font-size: 18px;
}

.nav_active {
    border-bottom: 3px solid #003594;
    color: #003594;
}

.product {
    margin-top: 15px;
}

.title p {
    color: #888888;
    margin-top: 5px;
    font-size: 14px;
}
.title h3{
    font-size: 28px;
    font-weight: normal;
}

.product-main>.fl,
.product-main>.fr {
    margin-top: 20px;
}

.product-main>.fl {
    width: 45%;
}

.product-main .fl .top {
    height: 260px;
    border: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-top: -20px;
}

.product-main .fl .top img {
    height: 200px;
    margin-top: 15px;
    width: 100%;
    object-fit: contain;
}

.product-main .fl .bot {
    margin-top: -10px;
}
.product-main>.fl .bot .fr {
    margin-top:-20px!important;
}
.product-main>.fr .top .fr{
     margin-top:-21px!important;
}
.product-main>.fr .bot .fr{
     margin-top:-18px!important;
}
.product-main>.fl .bot .fl,
.product-main>.fl .bot .fr {
    width: 49%;
    height: 200px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.product-main>.fl .bot img {
    height: 170px;
    width: 100%;
    object-fit: contain;
}

.product-main>.fr {
    width: 54%;
}

.product-main>.fr .top {
    height: 240px;
    margin-bottom: 10px;
}

.product-main>.fr .bot {
    height: 220px;
}

.product-main>.fr .top>div,
.product-main>.fr .bot>div {
    border: 1px solid #ccc;
    width: 49%;
    height: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.product-main>.fr .bot> .fl{
    margin-top: 3px;
}
.product-main>.fr .top div img {
    height: 210px;
    width: 100%;
    object-fit: contain
}

.product-main>.fr .bot div img {
    height: 190px;
    width: 100%;
    object-fit: contain
}

.product .info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}

.product .info p {
    margin-bottom: 10px;
    font-size: 20px;
}

.product .info div {
    line-height: 25px;
    font-size: 16px;
}

.pinpai {
    height: 400px;
    width: 100%;
    background: url(../img/img1.jpg);
    background-size: 100% 100%;
    margin-top: 25px;
    padding-top: 40px;
    box-sizing: border-box;
    margin-bottom: 110px;
}

.pinpai .top .fl {
    width: 40%;
}

.pinpai .top .fr {
    width: 10%;
    text-align: center;
}

.pinpai .top .fr img {
    height: 80px;
    width: 80px;
    margin-top: 100px;
    cursor: pointer;
}

.pinpai .top .p1 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.pinpai .top h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: normal;
}

.pinpai .top .p2 {
    text-indent: 2em;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.pinpai button {
    height: 42px;
    width: 130px;
    border-radius: 5px;
    border: none;
    background: #fff;
}

.pinpai button a {
    color: #337ae2;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.pinpai button a img {
    height: 11px;
}

.pinpai .bot {
    width: 100%;
    background: #fff;
    height: 150px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 2px #ccc;
    padding: 10px;
    box-sizing: border-box;
}

.pinpai .bot ul li {
    width: 25%;
    text-align: center;
    height: 130px;
}

.pinpai .bot ul li img {
    height: 55px;
    margin-top: 25px;
}

.pinpai .bot ul li a {
    height: 100%;
}

.pinpai .bot ul li p {
   font-size: 18px;
    margin-top: 10px;
}
.news1{
    padding-top: 40px;
    box-sizing: ;
}
.news-main {
    margin-top: 20px;
}

.news-main>div {
    width: 49%;
}

.news-main>div ul li {
    margin-bottom: 15px;
}

.news-main>div ul li .fl {
    width: 155px;
    height: 100px;
    overflow: hidden;
}

.news-main>div ul li .fl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-main>div ul li .fr {
    width: 420px;
    position: relative;
    height: 100px;
}
.news-main>div ul li:hover .fr .overflow1{
    color: #003594;
}
.news-main>div ul li .fr .overflow1 {
    color: #333;
    font-size: 18px;
}

.news-main>div ul li .fr .overflow2 {
    position: absolute;
    bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #777;
}

.news-main .fr .top .fr {
    width: 50%;
    height: 150px;
    overflow: hidden;
}

.news-main .fr .top .fr img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.news-main .fr .top .fl {
    height: 150px;
    width: 50%;
    background: #023f98;
    position: relative;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
}

.news-main .fr .top .fl p {
    color: #fff;
}

.news-main .fr .bot .fl {
    width: 50%;
    height: 150px;
    overflow: hidden;
}

.news-main .fr .bot .fl img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.news-main .fr .top .fl a {
    position: relative;
    height: 100%;
}
.news-main .fr .top .fl a p:nth-child(1){
    font-size: 22px;
}
.news-main .fr .top .fl a p:nth-child(2){
    font-size: 14px;
    margin-top: 5px;
}
.news-main .fr .top .fl a img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    box-sizing: border-box;
}

.news-main .fr .bot .fr {
    height: 150px;
    width: 50%;
    background: #c41820;
    position: relative;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
}

.news-main .fr .bot .fr p {
    color: #fff;
}

.news-main .fr .bot .fr a {
    position: relative;
    height: 100%;
}
.news-main .fr .bot .fr a p:nth-child(1){
    font-size: 22px;
}
.news-main .fr .bot .fr a p:nth-child(2){
    font-size: 14px;
    margin-top: 5px;
}
.news-main .fr .bot .fr a img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    box-sizing: border-box;
}

.map {
    height: 60vh;
    width: 100%;
    background: url(../img/map.jpg);
    background-size: 100% 100%;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.map p {
    font-size: 26px;
    line-height: 50px;
}

.map .w {
    margin-top: 100px;
}

.map img:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 140px;
}

.map img {
    height: 21px;
    width: 21px;
    animation: scale 1.5s linear infinite;
}

@keyframes scale {
    0% {
        transform: scaleZ(1);
    }
    50% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.map img:nth-child(2) {
    position: absolute;
    left: 55%;
    top: 63%;
}

.map img:nth-child(3) {
    position: absolute;
    left: 79%;
    top: 23%;
}

.map img:nth-child(4) {
    position: absolute;
    left: 68.7%;
    top: 57%;
}

.map img:nth-child(5) {
    position: absolute;
    left: 87%;
    top: 70%;
}

.footer {
    height: 185px;
    background-color: #37475d;
    width: 100%;
}

.footer .fl1 img {
    height: 120px;
    margin-top: 33px;
}

.footer .fl2,
.footer .fl3,
.footer .fl4 {
    padding-top: 40px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
}
.footer .fl2 ul li:nth-child(1) img{
    margin-bottom: -4px;
}
.footer .fl2 ul li,
.footer .fl3 ul li {
    margin-bottom: 10px;
    color: #96a7c1;
}

.footer .fl2 img {
    width: 18px;
    margin-bottom: -2px;
}

.footer .fl3 img {
    margin-right: 10px;
}

.footer .fl3 a {
    color: #96a7c1;
}

.footer .fl3 h3 {
    color: #6e98d7;
}

.footer .fl4 {
    text-align: center;
    font-size: 14px;
    color: #717d8f;
}

.footer .fl4 img {
    width: 100px;
}

.footer .fl1 {
    width: 15%;
}

.footer .fl2 {
    width: 40%;
}

.footer .fl3 {
    width: 35%;
}

.footer .fl4 {
    width: 10%;
}

.video {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    text-align: center;
}

.video video {
    margin-top: 10%;
    background: #fff;
}

.video img {
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
     cursor: pointer;
}


/* 产品页 */

.banenr_p img {
    vertical-align: middle;
}

.nav {
    background: #ddd;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.nav a {
    display: inline-block;
}

.nav .w>.fl {
    width: 75%;
    overflow: hidden;
}

.nav .swiper-slide {
       text-align: center;
    width: max-content!important;
    padding: 0 20px;
    box-sizing: border-box
}
.nav ul li {
    padding: 0 20px;
    box-sizing: border-box;
}

.nav .fr img {
    margin-top: 14px;
    margin-right: 5px;
}

.nav .fr span {
    padding: 0 5px;
    box-sizing: border-box;
}

.product_active {
    color: #003594!important;
    font-weight: 700;
}

.product-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-list ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    text-align: center;
}

.product-list ul li:nth-child(3n) {
    margin-right: 0;
}

.product-list ul li img {
    width: 100%;
    height: 310px;
    object-fit: contain;
}


/* 产品详情 */

.p_details {
    margin-top: 30px;
}

.p_details .top .fl {
    width: 35%;
}

.p_details .top .fl img {
    width: 100%;
}

.p_details .top .fr {
    width: 63%;
}

.p_details .top .fr .p1 {
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-top: 20px;
    background: #ccc;
    line-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
}

.p_details .top .fr .p2 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
}

.p_details .bot {
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 30px;
}

.p_details .bot div {
    margin-top: 20px;
}

.p_details .bot div h3 {
    margin-bottom: 10px;
}

.p_details .bot div p {
    line-height: 28px;
    font-size: 15px;
}

.rongyu ul li img {
    height: 240px;
}


/* 新闻 */

.news {
    margin-top: 20px;
}

.news ul li a>.fl {
    width: 17%;
}

.news ul li a>.fr {
    width: 82%;
    height: 160px;
    position: relative;
}

.news ul li {
    /*height: 160px;*/
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    box-sizing: border-box;
}

.news ul li:nth-child(1) {
    /*height: 230px;*/
    background: #eee!important;
}

.news ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-left: 15px;
    box-sizing: border-box;
}

.news ul li:nth-child(1) a>.fl {
    width: 25%;
}

.news ul li:nth-child(1) a>.fr .p3 {
    display: block!important;
}

.news ul li:nth-child(1) a>.fr {
    width: 74%;
}
.news ul li:hover a>.fr .p1{
    color:#154a96;
}
.news ul li a>.fr .p1 {
    margin-top: 15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

.news ul li a>.fr .p3 {
    color: #666666;
    font-size: 15px;
    margin-bottom: 20px;
}

.news ul li a>.fr .p2 {
    color: #000;
    font-size: 15px;
    line-height: 25px;
}

.news .title {
    border-bottom: 1px solid #ccc;
    padding: 0 100px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.news .content {
    line-height: 30px;
    padding: 20px 0;
    box-sizing: border-box;
    text-indent: 2em;
}

.news .content img {
    width: 60%;
    /*height: 100%!important;*/
    /*margin-left: 20%;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.getimg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.getimg div {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
}

.getimg div p {
    margin-top: 20px;
}

.licheng_c ul li {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
}

.licheng_c ul li:nth-child(2n) {
    float: right;
    width: 50%;
    border-left: 1px solid #ccc;
    border-right: none;
}

.licheng_c {
    width: 80%;
    margin: 30px auto;
}

.licheng_c>div .lc1 {
    width: 50%;
    float: left;
    border-right: 2px solid #ccc;
    text-align: right;
    position: relative;
}

.licheng_c>div .lc1 img {
    position: absolute;
    transform: rotateY(180deg);
    right: 0;
    top: 20pxpx;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.licheng_c>div:nth-child(2n) .lc1 {
    width: 50.2%;
    float: right;
    border-right: none;
    border-left: 2px solid #ccc;
    text-align: left;
}

.licheng_c>div:nth-child(2n) .lc1 img {
    position: absolute;
    transform: rotateY(360deg);
    left: 0;
    top: 20pxpx;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.licheng_c>div .lc1 div {
    padding-right: 60px;
    box-sizing: border-box;
}

.licheng_c>div:nth-child(2n) .lc1 div {
    padding-right: 0;
    padding-left: 60px;
    box-sizing: border-box;
}

.licheng_c p {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    margin-top: 10px;
}